home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Moscow ML 1.31 / source code / mosml / src / config / auto-aux / runtest < prev    next >
Encoding:
Text File  |  1996-07-03  |  71 b   |  4 lines  |  [TEXT/R*ch]

  1. #!/bin/sh
  2. $cc -o tst $* > /dev/null 2>/dev/null || exit 100
  3. exec ./tst
  4.